home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / ClipArt / Creatures / background_21195.txt < prev    next >
Encoding:
Text File  |  1988-08-23  |  2.5 KB  |  127 lines

  1. -- background: 21195 from stack: in
  2. -- bmap block id: 21282
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=0 top=314 right=342 bottom=37
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 15420 / 15420
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   visual effect wipe right
  24.   go to previous card
  25. end mouseUp
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=26 top=314 right=342 bottom=62
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 6720 / 6720
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Return
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   push card
  43.   go to card "IndexTwo"
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=473 top=314 right=342 bottom=509
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 16560 / 16560
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Next
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   push card
  63.   visual effect wipe left
  64.   go to next card
  65. end mouseUp
  66.  
  67.  
  68. -- part 4 (field)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=57 top=328 right=340 bottom=478
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 3
  76. -- text size: 9
  77. -- style flags: 0
  78. -- line height: 10
  79. -- part name: 
  80.  
  81.  
  82. -- part 5 (button)
  83. -- low flags: 00
  84. -- high flags: 0000
  85. -- rect: left=16 top=289 right=308 bottom=47
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: New Button
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   go home
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 6 (button)
  102. -- low flags: 00
  103. -- high flags: 0000
  104. -- rect: left=473 top=288 right=315 bottom=510
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 32670 / 32670
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: View
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   global startcard
  116.   get the number of card
  117.   put it into startcard
  118.   put 63 - it into it
  119.   show it cards
  120.   if startcard > 4 then
  121.     put startcard - 4 into it
  122.     go to card 4
  123.     show it cards
  124.   end if
  125. end mouseUp
  126.  
  127.